Setting Types
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Setting Types schema
Setting Types Schema
| Name | Type | Required | Description |
|---|---|---|---|
| custom_data | object | No | Custom data associated with the resource |
| name | string | No | Name of the resource |
| description | string | No | Description of the resource |
| last_modified_account_id | string | No | Account ID of the user who last modified the resource |
| last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
| created_timestamp | string | No | Timestamp of when the resource was created |
| setting_type_unique_id | string | Yes | Unique identifier for this setting type |
| type | string | Yes | User friendly identifier of setting type |
| version | integer | No | Version of setting type schema |
| value_jsonschema | object | No | JSONSchema definition of the setting |
| allow_update | boolean | No | Whether setting type can be updated |
| key_regex | string | No | Regex that is used to verify keys at assignment time |